home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: New Zealand Amiga Users Group / New Zealand Amiga Users Group Newsdisk v25 (1989-08)(NZAmigaUG).zip / New Zealand Amiga Users Group Newsdisk v25 (1989-08)(NZAmigaUG).adf / Programming / problems (.png) < prev    next >
ANSI Art File  |  1993-12-03  |  5KB  |  640x1664  |  1-bit (2 colors)
Labels: text | screenshot | font
OCR: PROGRAMMING SECTION - PROBLEMS. JJB TEMPLAR (1) (2) Amiga. lib. The DOS library jump table. Amiga.lib. While making programs resident, you may notice that stuff from amiga. lib gets dragged into your program despite your #including the proper proto files. The reason for this is probably that the #pragna definition for some function has been commented out of the proto file, because the function requires more than the 4 args Lattice can currently handle for #pragma definitions. To track down the erring module (you DO have a LOT of modules of source code, don't you?), try dumpobjing all your object modules to a file, and reading through that to find a reference to a function name in amiga. lib. These will have been replaced by direct calls if the #pragna is there for that function. To remove ...